.full-width-banner.bg_8 {
  background-image: url(../images/bg_type_8.jpg);
}

.full-width-banner.dark-schema {
  color: #000;
}
@media (min-width: 970px) {
  .full-width-banner {
    padding: 32px 64px 40px;
    min-height: 560px;
  }
}
.full-width-banner {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 0;
  padding: 24px;
  min-height: 320px;
  background: #253746;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.full-width-banner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 970px) {
  .full-width-banner.container {
    width: 970px;
  }
}
@media only screen and (min-width: 660px) {
  .full-width-banner.container {
    width: 660px;
  }
}
@media only screen and (min-width: 480px) {
  .full-width-banner.container {
    width: 480px;
  }
}

.full-width-banner .wrap {
  position: relative;
  display: grid;
  gap: 8px;
  max-width: 770px;
}
@media (min-width: 970px) {
  .full-width-banner .article__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.full-width-banner .article__title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 970px) {
  .full-width-banner.dark-schema .btn-black {
    min-height: 64px;
    min-width: 270px;
    font-size: 20px;
    line-height: 24px;
  }
}
.full-width-banner .btn-filled,
.full-width-banner .btn-black {
  margin-top: 24px;
}
.zoomIn {
  animation-name: zoomIn;
}
.btn-black--big {
  min-height: 56px;
  padding: 2px 44px;
}
.btn-black {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  min-height: 40px;
  padding: 2px 16px;
  align-items: center;
  justify-content: center;
  background: #000;
}
